The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "cache::fastmmap"

Cache::FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache River stage two • 27 direct dependents • 53 total dependents

In multi-process environments (eg mod_perl, forking daemons, etc), it's common to want to cache information, but have that cache shared between processes. Many solutions already exist, and may suit your situation better: * MLDBM::Sync - acts as a dat...

ROBM/Cache-FastMmap-1.57 - 30 Sep 2021 06:37:35 UTC - Search in distribution

Cache::FastMmap::Tie - Using Cache::FastMmap as hash River stage zero No dependents

Tie for Cache::FastMmap. Read `perldoc perltie`...

SUZUKI/Cache-FastMmap-Tie-0.03 - 28 Jan 2008 09:31:48 UTC - Search in distribution

Scaffold::Cache::FastMmap - Caching is based on fastmmap. River stage zero No dependents

This module initializes the Cache::FastMmap module and uses it for the caching engine within Scaffold. The synopsis shows the defaults that are used in initialization....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC - Search in distribution

Class::Method::Cache::FastMmap - Cache method results using Cache::FastMmap River stage zero No dependents

This package allows you to easily cache the results of a method call using Cache::FastMmap....

RRWO/Class-Method-Cache-FastMmap-v0.3.2 - 14 May 2018 20:18:39 UTC - Search in distribution

Gantry::Plugins::Cache::FastMmap - A Plugin interface to a caching subsystem River stage one • 3 direct dependents • 3 total dependents

This plugin mixes in methods to store data within a cache. This data is then available for later retrival. Data is stored within the cache by key/value pairs. There are no restrictions on what information can be stored. This cache is designed for sho...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

lib/PEF/Front/Cache/FastMmap.pm River stage one • 1 direct dependent • 1 total dependent

ANTONPETR/PEF-Front-0.26 - 28 Dec 2017 11:36:57 UTC - Search in distribution

MooseX::WithCache::Backend::Cache::FastMmap - Cache::FastMmap Backend River stage one • 3 direct dependents • 3 total dependents

RCL/MooseX-WithCache-0.01007 - 03 Jun 2015 13:06:49 UTC - Search in distribution

lib/Algorithm/FloodControl/Backend/Cache/FastMmap.pm River stage one • 3 direct dependents • 4 total dependents

GUGU/Algorithm-FloodControl-2.001000 - 22 Mar 2011 14:27:27 UTC - Search in distribution

Mail::BIMI::CacheBackend::FastMmap - Cache handling River stage zero No dependents

Cache worker role for Cache::FastMmap backend...

MBRADSHAW/Mail-BIMI-3.20240402 - 02 Apr 2024 23:10:32 UTC - Search in distribution

Catalyst::Plugin::Cache::FastMmap - DEPRECATED FastMmap cache River stage one • 1 direct dependent • 1 total dependent

This package is part of the Catalyst Cache family. It allows integration of Cache::FastMmap and Catalyst This module extends the Catalyst application class with a "mmap" cache. This module is not recommended for production use, as Cache::FastMmap can...

BOBTFISH/Catalyst-Plugin-Cache-FastMmap-0.9 - 22 Mar 2011 08:43:05 UTC - Search in distribution

Catalyst::Plugin::Cache::Store::FastMmap - DEPRECATED - FastMmap cache store for Catalyst::Plugin::Cache. River stage zero No dependents

This store plugin is a bit of a wrapper for Cache::FastMmap. While you could normally just configure with backend => { class => "Cache::FastMmap", share_file => ..., } Cache::FastMmap can't store plain values by default. This module ships with a subc...

NUFFIN/Catalyst-Plugin-Cache-Store-FastMmap-0.02 - 05 Jul 2007 19:15:48 UTC - Search in distribution

CHI - Unified cache handling interface River stage three • 95 direct dependents • 202 total dependents

CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will...

ASB/CHI-0.61 - 13 Oct 2021 14:56:11 UTC - Search in distribution

ConfigCache - shared cache for MultipleConfig River stage zero No dependents

ConfigCache is shared cache for config files. This module uses Cache::FastMmap...

TAKAHITO/App-Prove-Plugin-MultipleConfig-0.02 - 13 May 2020 00:25:07 UTC - Search in distribution

DBD::Gofer - A stateless-proxy driver for communicating with a remote DBI River stage four • 946 direct dependents • 2083 total dependents

DBD::Gofer is a DBI database driver that forwards requests to another DBI driver, usually in a separate process, often on a separate machine. It tries to be as transparent as possible so it appears that you are using the remote driver directly. DBD::...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

Cache::Cache - the Cache interface. River stage three • 72 direct dependents • 424 total dependents

The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databa...

RJBS/Cache-Cache-1.08 - 22 Jan 2015 16:13:22 UTC - Search in distribution

Promise::Me - Fork Based Promise with Asynchronous Execution, Async, Await and Shared Data River stage one • 4 direct dependents • 9 total dependents

Promise::Me is an implementation of the JavaScript promise using fork for asynchronous tasks. Fork is great, because it is well supported by all operating systems (except AmigaOS, RISC OS and VMS) and effectively allows for asynchronous execution. Wh...

JDEGUEST/Promise-Me-v0.4.11 - 26 Apr 2024 05:22:24 UTC - Search in distribution

HTML::Mason::Devel - Mason Developer's Manual River stage two • 42 direct dependents • 77 total dependents

This manual is written for content developers who know HTML and at least a little Perl. The goal is to write, run, and debug Mason components. If you are the webmaster (or otherwise responsible for the Mason installation), you should also read the ad...

DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC - Search in distribution

Template::Sandbox - Fast template engine sandboxed from your application. River stage one • 2 direct dependents • 2 total dependents

Template::Sandbox is Yet Another Templating module, designed primarily for use in a webserver environment but usable anywhere, providing a more secure "sandboxed" environment than most templating systems. The core design philosophy for Template::Sand...

SGRAHAM/Template-Sandbox-1.04 - 11 May 2010 09:08:09 UTC - Search in distribution

Class::DBI::Sweet - Making sweet things sweeter River stage one • 2 direct dependents • 2 total dependents

Class::DBI::Sweet provides convenient count, search, page, and cache functions in a sweet package. It integrates these functions with "Class::DBI" in a convenient and efficient way....

PHRED/Class-DBI-Sweet-0.11 - 26 Jul 2011 03:25:47 UTC - Search in distribution

Coat::Persistent - Simple Object-Relational mapping for Coat objects River stage zero No dependents

Coat::Persistent is an object to relational-databases mapper, it allows you to build instances of Coat objects and save them into a database transparently. You basically define a mapping rule, either global or per-class and play with your Coat object...

SUKRIA/Coat-Persistent-0.223 - 25 Nov 2009 13:46:15 UTC - Search in distribution
59 results (0.077 seconds)